home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 16
/
CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso
/
CUCD
/
Online
/
HBBS
/
Commands
/
Level_50
< prev
next >
Wrap
Text File
|
1997-08-22
|
4KB
|
144 lines
; $HBBS
; all user commands for all access levels go here, note that if a user
; command is specified in a Level_XX file the same or lower than a users
; access level then that door will be used instead of the ones in here...
;
; door options take the format
;
; <commandname>_Type_1=HBBS
; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS <options>
; <commandname>_Param_1=<params>
; <commandname>_Debug_1=YES|NO
;
; where <commandname> is what the user types in at the command prompt
; command name MUST NOT have any non-printable characters in it as well
; as spaces, and preferably no High Ascii....
; <params> are just system params you want to pass to the door
; <doordir> is where the door is located
; <doorprogram> is the filename of the door program.
; <options> are any cmd line options you want to supply to the door
; generally most doors will also want {N} {O} in the <options>
; {N} is replaced by the nodenumber
; {O} is replaced by any options the user types at the bbs prompt..
;
; say you had a door setup as follows...
;
; D_Type_1=HBBS
; D_Door_1=HBBS:Doors/User/Download.HBBS {N} {O}
; D_Param_1=IGNORE_WILDSTAR
;
; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
; run would be "HBBS:Doors/User/Download.HBBS 1 fred.zip"
; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
; get it ?
; *** Conference Doors ***
J_Type_1=HBBS
J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
;JJ_Type_1=HBBS
;JJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
RJ_Type_1=HBBS
RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
RJ_Param_1=REJOIN ; tells the door to rejoin the conference
>_Type_1=HBBS
>_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
>_Param_1=FORWARD ; tells the door to go forward one conference
<_Type_1=HBBS
<_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
<_Param_1=BACKWARD ; tells the door to go backward one conference
; *** Mail Doors ***
R_Type_1=HBBS
R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS {N} {O}
;R_Debug_1=YES
MS_Type_1=HBBS
MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS {N} {O}
EMAIL_Type_1=HBBS
EMAIL_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
EMAIL_Param_1=INTERNET
; *** Toy Doors ***
WALL_Type_1=HBBS
WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS {N} {O}
WHO_Type_1=HBBS
WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS {N} {O}
; *** File Doors ***
D_Type_1=HBBS
D_Door_1=HBBS:Doors/User/Download/Download.HBBS {N} {O}
D_Type_2=SSCREEN
D_Door_2=QuickStats
F_Type_1=HBBS
F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
F_Param_1=LIST
Z_Type_1=HBBS
Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS {N} {O}
V_Type_1=HBBS
V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS {N} {O}
FR_Type_1=HBBS
FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
FR_Param_1=REVERSE
N_Type_1=HBBS
N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
N_Param_1=NEW
A_Type_1=HBBS
A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS {N} {O}
QS_Type_1=SSCREEN
QS_Door_1=QuickStats
Q_Type_1=SCREEN
Q_Door_1=HBBS:Screens/Special/QuickStats.TXT
; *** Misc doors ***
RL_Type_1=HBBS
RL_Door_1=HBBS:Doors/User/ReLogin/ReLogin.HBBS {N} {O}
OLM_Type_1=HBBS
OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS {N} {O}
EC_Type_1=HBBS
EC_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
EC_Param_1=CONFERENCE
W_Type_1=HBBS
W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS {N} {O}
; *** Other Doors ***
; Just my little jokes...
HELP_Type_1=ECHO
HELP_Door_1=Why should I ?
SHELL_Type_1=ECHO
SHELL_Door_1=A very hard skin that some animals use for protection
NSTATS_Type_1=SSCREEN
NSTATS_Door_1=NodeStats_{N}
;
;
;
; *** Add Your Doors Here ^^^ ***
; The following doors are should not be used by anyone
; except the person writing the doors. I.E. ME :-)